function getWeather(): string {
    const weather = "sunny";
    return weather;
}
